index n. (pl. -es, -dices ) 1.索引。 2.指標(biāo),標(biāo)準(zhǔn),標(biāo)志。 3.示[食]指 (=index finger)。 4.指數(shù)。 5.【印刷】指標(biāo),標(biāo)記,參見號。 6.(刻度盤上的)指針;【機(jī)械工程】(銑床)分度(頭)。 7.〔the I-〕【天主教】禁書目錄。 card indexes 卡片索引。 Style is an index of the mind. 風(fēng)格是心靈的反映。 the cost of living index 生活費(fèi)指數(shù)。 a price index 物價。 an index pin [plate] 指度針[盤]。 a fixed index 固定瞄準(zhǔn)器。 vt. 1.為…加索引;把…編入索引,指明,指出。 2.〔美口〕按生活指數(shù)調(diào)整(價格)。 vi. 加索引。 index arbitrage 【經(jīng)濟(jì)學(xué)】指數(shù)套利〔指幾乎在同一時間購買和出售股票及相應(yīng)的期貨,利用其差價賺錢〕。 n. -er 編索引的人。 adj. -ical ,-less adj. 無索引的。
This sample demonstrates techniques for implementing database index space monitoring applications 此示例說明了實現(xiàn)數(shù)據(jù)庫索引空間監(jiān)視應(yīng)用程序的方法。
A z os installation requires that the tables be in different schemas , because of database index requirements 因為數(shù)據(jù)庫索引的需要, z / os安裝要求這些表在不同的模式中。
By using query optimization , database index , middle base and automatic data update technique , the dw project is very successful . the academic design , the method of implement and the future of insurance industry data warehousing are introduced 通過運(yùn)用查詢優(yōu)化技術(shù)、數(shù)據(jù)倉庫索引技術(shù)、帶中間庫的三層結(jié)構(gòu)和數(shù)據(jù)倉庫數(shù)據(jù)自動更新方案成功地建立了大連人壽保險業(yè)務(wù)數(shù)據(jù)倉庫系統(tǒng)。
百科解釋
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of slower writes and less storage space. Indices can be created using one or more columns of a database table, providing the basis for both rapid random lookups and efficient access of ordered records.